comment out
This commit is contained in:
@@ -33,24 +33,30 @@ spec:
|
||||
- containerPort: 22
|
||||
name: gitea-ssh
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: USER_UID
|
||||
value: "1000"
|
||||
- name: USER_GID
|
||||
value: "1000"
|
||||
resources: {}
|
||||
terminationMessagePath: /dev/termination-log
|
||||
terminationMessagePolicy: File
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: gitea-storage
|
||||
- mountPath: /persistentvolumes
|
||||
name: nfs-client-root
|
||||
name: gitea-storage-iscsi
|
||||
- mountPath: /data2
|
||||
name: gitea-storage-nfs2
|
||||
# - mountPath: /data-new
|
||||
# name: gitea-storage-nfs
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
schedulerName: default-scheduler
|
||||
securityContext: {}
|
||||
terminationGracePeriodSeconds: 30
|
||||
volumes:
|
||||
- name: gitea-storage
|
||||
- name: gitea-storage-iscsi
|
||||
persistentVolumeClaim:
|
||||
claimName: gitea
|
||||
- name: nfs-client-root
|
||||
nfs:
|
||||
path: /volume1/k8s
|
||||
server: 192.168.1.176
|
||||
claimName: gitea-storage-iscsi
|
||||
- name: gitea-storage-nfs2
|
||||
persistentVolumeClaim:
|
||||
claimName: gitea-nfs2
|
||||
|
||||
Reference in New Issue
Block a user