Update kasm-ingress.yaml

This commit is contained in:
2022-10-17 19:49:14 +00:00
committed by GitHub
parent 60b82c66b9
commit dfce1fc90c

View File

@@ -7,7 +7,7 @@ spec:
- name: app - name: app
port: 443 port: 443
protocol: TCP protocol: TCP
targetPort: 8443 targetPort: 443
clusterIP: None clusterIP: None
type: ClusterIP type: ClusterIP
--- ---
@@ -20,7 +20,7 @@ subsets:
- ip: 192.168.20.110 - ip: 192.168.20.110
ports: ports:
- name: app - name: app
port: 8443 port: 443
protocol: TCP protocol: TCP
--- ---