Files
homelab/kong/templates/service.yaml
2023-04-08 15:33:57 -05:00

16 lines
270 B
YAML

#apiVersion: v1
#kind: Service
#metadata:
# name: kong
#spec:
# ports:
# - name: kong-proxy-http
# port: 80
# targetPort: 8000
# protocol: TCP
# - name: kong-proxy-https
# port: 443
# targetPort: 8443
# protocol: TCP
# selector:
# app: kong