This commit is contained in:
2023-10-23 21:30:01 +02:00
parent 9f284f3ea3
commit 63c82580ac
23 changed files with 3372 additions and 288 deletions

View File

@@ -0,0 +1,23 @@
# Source: gitea/charts/redis-cluster/templates/redis-svc.yaml
apiVersion: v1
kind: Service
metadata:
name: gitea-redis-cluster
namespace: "vynil-ci"
labels:
app.kubernetes.io/instance: gitea
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis-cluster
helm.sh/chart: redis-cluster-9.0.12
spec:
type: ClusterIP
sessionAffinity: None
ports:
- name: tcp-redis
port: 6379
targetPort: tcp-redis
protocol: TCP
nodePort: null
selector:
app.kubernetes.io/instance: gitea
app.kubernetes.io/name: redis-cluster