Compare commits
2 Commits
5afc6ba0c1
...
c1de47a0dc
| Author | SHA1 | Date | |
|---|---|---|---|
| c1de47a0dc | |||
| f1ce048333 |
@@ -2,6 +2,15 @@ gitea:
|
|||||||
image:
|
image:
|
||||||
repository: gitea/gitea
|
repository: gitea/gitea
|
||||||
tag: 1.23.1
|
tag: 1.23.1
|
||||||
|
service:
|
||||||
|
http:
|
||||||
|
type: ClusterIP
|
||||||
|
port: 3000
|
||||||
|
clusterIP: 10.103.160.139
|
||||||
|
ssh:
|
||||||
|
type: ClusterIP
|
||||||
|
port: 2222
|
||||||
|
clusterIP: 10.103.160.140
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
persistence:
|
persistence:
|
||||||
@@ -129,7 +138,7 @@ backup:
|
|||||||
s3:
|
s3:
|
||||||
image:
|
image:
|
||||||
repository: amazon/aws-cli
|
repository: amazon/aws-cli
|
||||||
tag: 2.23.2
|
tag: 2.22.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ snapshot:
|
|||||||
backup:
|
backup:
|
||||||
image:
|
image:
|
||||||
repository: amazon/aws-cli
|
repository: amazon/aws-cli
|
||||||
tag: 2.23.2
|
tag: 2.22.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
|
|||||||
Reference in New Issue
Block a user