This commit is contained in:
ychangkim
2025-12-04 15:17:44 +09:00
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