remove kong
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user