mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
23 lines
400 B
YAML
23 lines
400 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: knoe-svc-kong
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "1"
|
|
labels:
|
|
app: knoe-svc-kong
|
|
spec:
|
|
selector:
|
|
app: knoe-svc-kong
|
|
ports:
|
|
- name: proxy
|
|
port: 8000
|
|
targetPort: proxy
|
|
- name: admin
|
|
port: 8001
|
|
targetPort: admin
|
|
- name: ssh-proxy
|
|
port: 3022
|
|
targetPort: ssh-proxy
|
|
type: ClusterIP
|