This commit is contained in:
2024-08-25 06:28:15 -05:00
parent 5ef03e6dbe
commit 31b689d5fe

View File

@@ -5,9 +5,9 @@ metadata:
spec: spec:
ports: ports:
- name: app - name: app
port: 8443 port: 8006
protocol: TCP protocol: TCP
targetPort: 8443 targetPort: 8006
clusterIP: None clusterIP: None
type: ClusterIP type: ClusterIP
@@ -22,7 +22,7 @@ subsets:
- ip: 192.168.21.252 - ip: 192.168.21.252
ports: ports:
- name: app - name: app
port: 8443 port: 8006
protocol: TCP protocol: TCP
--- ---