mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
remove kong
This commit is contained in:
parent
14353b1854
commit
c476887707
5 changed files with 132 additions and 129 deletions
|
|
@ -1,16 +1,16 @@
|
|||
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
|
||||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue