Skip to content

Commit

Permalink
Merge pull request #7 from MoaRoom/feat/#5
Browse files Browse the repository at this point in the history
Fix control-ubuntu specs
  • Loading branch information
NayeonKeum authored Aug 28, 2023
2 parents 9fb5f8b + 5c71a03 commit 24d2aee
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions kustomize/resources/deploy-control-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,25 @@ spec:
matchLabels:
app: control-label
template:
containers:
- name: control-ubuntu
image: ryann3/control-ubuntu:5.0
imagePullPolicy: Always
ports:
- name: nginx-port
containerPort: 80
- name: ssh-port
containerPort: 22
- name: server-port
containerPort: 8003
- name: webssh-port
containerPort: 8886
resources: {}
serviceAccountName: access-to-apiserver-sa
metadata:
labels:
app: control-label
spec:
containers:
- name: control-ubuntu
image: ryann3/control-ubuntu:5.0
imagePullPolicy: Always
ports:
- name: nginx-port
containerPort: 80
- name: ssh-port
containerPort: 22
- name: server-port
containerPort: 8003
- name: webssh-port
containerPort: 8886
resources: {}
serviceAccountName: access-to-apiserver-sa
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 24d2aee

Please sign in to comment.