remove old annotations

This commit is contained in:
Neil Hanlon 2022-09-02 14:03:30 -04:00
parent 788ac662f8
commit c75ac0b614
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -26,11 +26,6 @@ kind: Service
metadata:
name: caddy
namespace: cultfifthoctet
annotations:
service.beta.kubernetes.io/aws-load-balancer-ip-address-type: dualstack
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: ip
service.beta.kubernetes.io/aws-load-balancer-scheme: internal
service.beta.kubernetes.io/aws-load-balancer-type: external
spec:
ports:
- port: 8080
@ -40,7 +35,6 @@ spec:
selector:
app: caddy
---
apiVersion: networking.k8s.io/v1
kind: Ingress