initial commit

This commit is contained in:
2022-10-10 17:36:40 -05:00
commit d91a4238cc
86 changed files with 4143 additions and 0 deletions

View File

@@ -0,0 +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