remove app-ini from deployment
This commit is contained in:
parent
3282923883
commit
4e6e82c392
1 changed files with 0 additions and 6 deletions
|
@ -27,9 +27,6 @@ spec:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: gitea-secrets
|
name: gitea-secrets
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: app-ini-config-volume
|
|
||||||
mountPath: "/tmp/app.ini"
|
|
||||||
subPath: "app.ini"
|
|
||||||
- name: gitea-root-volume
|
- name: gitea-root-volume
|
||||||
mountPath: "/var/lib/gitea"
|
mountPath: "/var/lib/gitea"
|
||||||
- name: gitea-data-volume
|
- name: gitea-data-volume
|
||||||
|
@ -40,9 +37,6 @@ spec:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
name: gitea
|
name: gitea
|
||||||
volumes:
|
volumes:
|
||||||
- name: app-ini-config-volume
|
|
||||||
configMap:
|
|
||||||
name: gitea-app-ini-config
|
|
||||||
- name: gitea-root-volume
|
- name: gitea-root-volume
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: gitea-root-pvc
|
claimName: gitea-root-pvc
|
||||||
|
|
Loading…
Reference in a new issue