modified: deploy/app/helm-values.yaml
This commit is contained in:
@@ -15,6 +15,7 @@ image:
|
|||||||
# This ensures the container includes OpenSSH and can expose the SSH port.
|
# This ensures the container includes OpenSSH and can expose the SSH port.
|
||||||
repository: gitea/gitea
|
repository: gitea/gitea
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
tag: 1
|
||||||
# dependency:
|
# dependency:
|
||||||
# https://github.com/bitnami/charts/blob/main/bitnami/valkey-cluster/Chart.yaml
|
# https://github.com/bitnami/charts/blob/main/bitnami/valkey-cluster/Chart.yaml
|
||||||
valkey-cluster:
|
valkey-cluster:
|
||||||
@@ -51,7 +52,7 @@ valkey:
|
|||||||
# this would provide no benefit and would cause Helm upgrades to fail due
|
# this would provide no benefit and would cause Helm upgrades to fail due
|
||||||
# to RBAC restrictions.
|
# to RBAC restrictions.
|
||||||
create: false
|
create: false
|
||||||
name: ""
|
name: "default"
|
||||||
|
|
||||||
primary:
|
primary:
|
||||||
pdb:
|
pdb:
|
||||||
@@ -93,6 +94,16 @@ postgresql:
|
|||||||
database: "???"
|
database: "???"
|
||||||
username: "???"
|
username: "???"
|
||||||
|
|
||||||
|
serviceAccount:
|
||||||
|
# serviceAccount resources are owned and managed by the Infrastructure layer.
|
||||||
|
# The CI/CD ServiceAccount used for application deployments does not have
|
||||||
|
# permissions to create or modify serviceAccounts, by design.
|
||||||
|
# In this setup postgresql does not require its own ServiceAccount, so enabling
|
||||||
|
# this would provide no benefit and would cause Helm upgrades to fail due
|
||||||
|
# to RBAC restrictions.
|
||||||
|
create: false
|
||||||
|
|
||||||
|
|
||||||
primary:
|
primary:
|
||||||
networkPolicy:
|
networkPolicy:
|
||||||
# Disable NetworkPolicy creation in the Bitnami PostgreSQL subchart.
|
# Disable NetworkPolicy creation in the Bitnami PostgreSQL subchart.
|
||||||
@@ -121,14 +132,6 @@ postgresql:
|
|||||||
# infrastructure layer, keeping a clean separation of responsibilities.
|
# infrastructure layer, keeping a clean separation of responsibilities.
|
||||||
create: false
|
create: false
|
||||||
|
|
||||||
serviceAccount:
|
|
||||||
# serviceAccount resources are owned and managed by the Infrastructure layer.
|
|
||||||
# The CI/CD ServiceAccount used for application deployments does not have
|
|
||||||
# permissions to create or modify serviceAccounts, by design.
|
|
||||||
# In this setup postgresql does not require its own ServiceAccount, so enabling
|
|
||||||
# this would provide no benefit and would cause Helm upgrades to fail due
|
|
||||||
# to RBAC restrictions.
|
|
||||||
create: false
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
@@ -143,7 +146,6 @@ service:
|
|||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 2222
|
port: 2222
|
||||||
loadBalancerIP:
|
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
http:
|
http:
|
||||||
clusterIP: "" # empty string → Kubernetes assigns a routable ClusterIP
|
clusterIP: "" # empty string → Kubernetes assigns a routable ClusterIP
|
||||||
|
|||||||
Reference in New Issue
Block a user