deployment files

This commit is contained in:
eamoany
2024-06-18 21:21:11 +00:00
parent c8caac7da1
commit 719596451e
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ spec:
ports: ports:
- name: $DEPLOYMENT_NAME - name: $DEPLOYMENT_NAME
port: 3000 port: 3000
protocol: TCP protocol: UDP
targetPort: 3000 targetPort: 3000
selector: selector:
app: $DEPLOYMENT_NAME app: $DEPLOYMENT_NAME

View File

@@ -36,7 +36,7 @@ spec:
ports: ports:
- name: $DEPLOYMENT_NAME - name: $DEPLOYMENT_NAME
port: 3000 port: 3000
protocol: TCP protocol: UDP
targetPort: 3000 targetPort: 3000
selector: selector:
app: $DEPLOYMENT_NAME app: $DEPLOYMENT_NAME