Update custom-values.yaml
This commit is contained in:
@@ -170,6 +170,11 @@ extraContainerVolumeMounts:
|
|||||||
- name: gitea-tls
|
- name: gitea-tls
|
||||||
mountPath: /etc/ssl/certs/ca.crt
|
mountPath: /etc/ssl/certs/ca.crt
|
||||||
subPath: ca.crt
|
subPath: ca.crt
|
||||||
|
|
||||||
|
extraInitVolumeMounts:
|
||||||
|
- name: gitea-tls
|
||||||
|
mountPath: /etc/ssl/certs/ca.crt
|
||||||
|
subPath: ca.crt
|
||||||
```
|
```
|
||||||
|
|
||||||
### 4-3) OAuth 설정 파라미터
|
### 4-3) OAuth 설정 파라미터
|
||||||
|
|||||||
@@ -31,6 +31,10 @@ extraContainerVolumeMounts:
|
|||||||
- name: gitea-tls
|
- name: gitea-tls
|
||||||
mountPath: /etc/ssl/certs/ca.crt
|
mountPath: /etc/ssl/certs/ca.crt
|
||||||
subPath: ca.crt
|
subPath: ca.crt
|
||||||
|
extraInitVolumeMounts:
|
||||||
|
- name: gitea-tls
|
||||||
|
mountPath: /etc/ssl/certs/ca.crt
|
||||||
|
subPath: ca.crt
|
||||||
|
|
||||||
## pod 설정
|
## pod 설정
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user