Update custom-values.yaml

This commit is contained in:
wbsong111
2025-12-03 12:14:19 +09:00
parent 688d6c7c34
commit 29dfb26848
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -170,6 +170,11 @@ extraContainerVolumeMounts:
- name: gitea-tls
mountPath: /etc/ssl/certs/ca.crt
subPath: ca.crt
extraInitVolumeMounts:
- name: gitea-tls
mountPath: /etc/ssl/certs/ca.crt
subPath: ca.crt
```
### 4-3) OAuth 설정 파라미터
+4
View File
@@ -31,6 +31,10 @@ extraContainerVolumeMounts:
- name: gitea-tls
mountPath: /etc/ssl/certs/ca.crt
subPath: ca.crt
extraInitVolumeMounts:
- name: gitea-tls
mountPath: /etc/ssl/certs/ca.crt
subPath: ca.crt
## pod 설정
replicaCount: 1