change
This commit is contained in:
@@ -12,10 +12,10 @@ spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 3000
|
||||
targetPort: http
|
||||
targetPort: 3000
|
||||
nodePort: null
|
||||
- name: ssh
|
||||
port: 2222
|
||||
port: 22
|
||||
targetPort: ssh
|
||||
nodePort: null
|
||||
selector:
|
||||
@@ -56,7 +56,7 @@ spec:
|
||||
- name: http
|
||||
containerPort: 3000
|
||||
- name: ssh
|
||||
containerPort: 2222
|
||||
containerPort: 22
|
||||
volumeMounts:
|
||||
- name: gitea-data
|
||||
mountPath: /data
|
||||
|
||||
Reference in New Issue
Block a user