mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
21 lines
347 B
YAML
21 lines
347 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: knoe-svc-kong
|
|
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
|