mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 16:31:19 -05:00
16 lines
No EOL
270 B
YAML
16 lines
No EOL
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 |