fix: Kubernetes .yaml format (#118)

This commit is contained in:
Kroese 2024-05-16 08:06:32 +02:00 committed by GitHub
parent c06443012d
commit 2b202ef9e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ spec:
protocol: TCP protocol: TCP
- containerPort: 3389 - containerPort: 3389
protocol: TCP protocol: TCP
- containerPort: 3389 - containerPort: 3389
protocol: UDP protocol: UDP
resources: resources:
limits: limits:
@ -66,7 +66,7 @@ spec:
port: 3389 port: 3389
targetPort: 3389 targetPort: 3389
nodePort: 43389 nodePort: 43389
- name: udp-3389 - name: udp-3389
protocol: UDP protocol: UDP
port: 3389 port: 3389
targetPort: 3389 targetPort: 3389