ci: archmeister
This commit is contained in:
@@ -12,7 +12,7 @@ description: Archive management for Atlantis
|
|||||||
type: application
|
type: application
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: v6.17.0
|
version: v6.17.1
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: v6.17.0
|
appVersion: v6.17.1
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
image:
|
image:
|
||||||
repository: registry.gitlab.com/oceanbox/oceanbox.dataagent
|
repository: registry.gitlab.com/oceanbox/oceanbox.dataagent
|
||||||
tag: v6.17.0
|
tag: v6.17.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
init:
|
init:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -52,13 +52,12 @@ ingress:
|
|||||||
secretName: archmeister-tls
|
secretName: archmeister-tls
|
||||||
internal:
|
internal:
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
# nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: false
|
||||||
# size: 10G
|
# size: 10G
|
||||||
# storageClass: ""
|
# storageClass: ""
|
||||||
# accessMode: ReadWriteMany
|
# accessMode: ReadWriteMany
|
||||||
|
|
||||||
cluster:
|
cluster:
|
||||||
enabled: true
|
enabled: true
|
||||||
instances: 1
|
instances: 1
|
||||||
@@ -74,7 +73,6 @@ cluster:
|
|||||||
- CREATE EXTENSION fuzzystrmatch;
|
- CREATE EXTENSION fuzzystrmatch;
|
||||||
- CREATE EXTENSION postgis_tiger_geocoder;
|
- CREATE EXTENSION postgis_tiger_geocoder;
|
||||||
- ALTER USER app WITH SUPERUSER;
|
- ALTER USER app WITH SUPERUSER;
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||||
# choice for the user. This also increases chances charts run on environments with little
|
# choice for the user. This also increases chances charts run on environments with little
|
||||||
|
|||||||
Reference in New Issue
Block a user