mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
18 lines
501 B
YAML
18 lines
501 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nlb-aws-controller-no-attributes
|
|
annotations:
|
|
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp
|
|
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: instance
|
|
service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
|
|
service.beta.kubernetes.io/aws-load-balancer-type: external
|
|
spec:
|
|
type: LoadBalancer
|
|
selector:
|
|
app: nginx
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|