Compare commits

..

2 Commits

Author SHA1 Message Date
c1de47a0dc downgrade awscli 2025-01-18 22:39:57 -06:00
f1ce048333 add service 2025-01-18 22:38:11 -06:00
2 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,15 @@ gitea:
image:
repository: gitea/gitea
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:
enabled: false
persistence:
@@ -129,7 +138,7 @@ backup:
s3:
image:
repository: amazon/aws-cli
tag: 2.23.2
tag: 2.22.0
pullPolicy: IfNotPresent
command:
- /bin/sh

View File

@@ -208,7 +208,7 @@ snapshot:
backup:
image:
repository: amazon/aws-cli
tag: 2.23.2
tag: 2.22.0
pullPolicy: IfNotPresent
command:
- /bin/sh