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