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: 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

View File

@@ -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