This commit is contained in:
DeveloperDurp 2026-03-28 08:11:26 -05:00
parent ea54a2601d
commit ab36649642

View file

@ -55,6 +55,10 @@ spec:
- protocol: TCP - protocol: TCP
port: 443 port: 443
targetPort: 443 targetPort: 443
- name: app
port: 8267
protocol: TCP
targetPort: 8267
--- ---
@ -69,3 +73,6 @@ subsets:
- name: app - name: app
port: 443 port: 443
protocol: TCP protocol: TCP
- name: app
port: 8267
protocol: TCP