generated from ConductionNL/Proto-component-commonground
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e55e42a
commit dfcde39
Showing
3 changed files
with
77 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,87 +3,89 @@ | |
# Declare variables to be passed into your templates. | ||
|
||
config: | ||
version: V1.0 | ||
debug: 0 | ||
cache: true | ||
internal: false | ||
version: V1.0 | ||
debug: 0 | ||
cache: true | ||
internal: false | ||
|
||
security: | ||
applicationKey: "45c1a4b6-59d3-4a6e-86bf-88a872f35845" | ||
secret: "" | ||
jwt: | ||
id: | ||
privateKey: | ||
dependencies: | ||
wrc: | ||
auth: apikey | ||
location: webresourcecatalogus.local | ||
apiKey: 45c1a4b6-59d3-4a6e-86bf-88a872f35845 | ||
applicationKey: "45c1a4b6-59d3-4a6e-86bf-88a872f35845" | ||
secret: "" | ||
jwt: | ||
id: | ||
privateKey: | ||
dependencies: | ||
wrc: | ||
auth: apikey | ||
location: webresourcecatalogus.local | ||
apiKey: 45c1a4b6-59d3-4a6e-86bf-88a872f35845 | ||
|
||
php: | ||
repository: docker.io/conduction/protocomponent-php | ||
image: ghcr.io/conductionnl/ocatiecatalogus-php | ||
tag: latest | ||
env: prod | ||
replicaCount: 2 | ||
pullPolicy: Always | ||
trustedHosts: '^.+$' | ||
corsAllowOrigin: ['*'] | ||
trustedProxies: | ||
- 10.0.0.0/8 | ||
- 172.16.0.0/12 | ||
- 192.168.0.0/16 | ||
repository: docker.io/conduction/protocomponent-php | ||
image: ghcr.io/conductionnl/ocatiecatalogus-php | ||
tag: latest | ||
env: prod | ||
replicaCount: 2 | ||
pullPolicy: Always | ||
trustedHosts: "^.+$" | ||
corsAllowOrigin: ["*"] | ||
trustedProxies: | ||
- 10.0.0.0/8 | ||
- 172.16.0.0/12 | ||
- 192.168.0.0/16 | ||
|
||
redis: | ||
cluster: | ||
cluster: | ||
enabled: false | ||
redisPort: 6379 | ||
usePassword: false | ||
enabled: false | ||
redisPort: 6379 | ||
usePassword: false | ||
enabled: false | ||
pullPolicy: IfNotPresent | ||
pullPolicy: IfNotPresent | ||
|
||
nginx: | ||
repository: docker.io/conduction/protocomponent-nginx | ||
image: ghcr.io/conductionnl/ocatiecatalogus-nginx | ||
tag: latest | ||
pullPolicy: Always | ||
replicaCount: 2 | ||
repository: docker.io/conduction/protocomponent-nginx | ||
image: ghcr.io/conductionnl/ocatiecatalogus-nginx | ||
tag: latest | ||
pullPolicy: Always | ||
replicaCount: 2 | ||
|
||
postgresql: | ||
enabled: true | ||
imageTag: 10-alpine | ||
# If bringing your own PostgreSQL, the full uri to use | ||
url: "psql://a:[email protected]/c" | ||
postgresqlUsername: "example" | ||
postgresqlPassword: "!ChangeMe!" | ||
postgresqlDatabase: "api" | ||
# Persistent Volume Storage configuration. | ||
# ref: https://kubernetes.io/docs/user-guide/persistent-volumes | ||
persistence: | ||
enabled: true | ||
pullPolicy: IfNotPresent | ||
imageTag: 10-alpine | ||
# If bringing your own PostgreSQL, the full uri to use | ||
url: "psql://a:[email protected]/c" | ||
postgresqlUsername: "example" | ||
postgresqlPassword: "!ChangeMe!" | ||
postgresqlDatabase: "api" | ||
# Persistent Volume Storage configuration. | ||
# ref: https://kubernetes.io/docs/user-guide/persistent-volumes | ||
persistence: | ||
enabled: true | ||
pullPolicy: IfNotPresent | ||
|
||
ingress: | ||
enabled: false | ||
hostname: ocatiecatalogus.local | ||
path: / | ||
annotations: | ||
# kubernetes.io/ingress.global-static-ip-name: chart-ip | ||
# kubernetes.io/ingress.class: gce | ||
# kubernetes.io/tls-acme: "true" | ||
tls: | ||
# Secrets must be manually created in the namespace, you can also use cert-manager. | ||
# - hosts: | ||
# - example.com | ||
enabled: false | ||
hostname: ocatiecatalogus.local | ||
path: / | ||
type: "traefik" | ||
annotations: | ||
# kubernetes.io/ingress.global-static-ip-name: chart-ip | ||
# kubernetes.io/ingress.class: gce | ||
# kubernetes.io/tls-acme: "true" | ||
tls: | ||
# Secrets must be manually created in the namespace, you can also use cert-manager. | ||
# - hosts: | ||
# - example.com | ||
|
||
resources: {} | ||
# 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 | ||
# resources, such as Minikube. If you do want to specify resources, uncomment the following | ||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'. | ||
# limits: | ||
# cpu: 100m | ||
# memory: 128Mi | ||
# requests: | ||
# cpu: 100m | ||
# memory: 128Mi | ||
resources: | ||
{} | ||
# 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 | ||
# resources, such as Minikube. If you do want to specify resources, uncomment the following | ||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'. | ||
# limits: | ||
# cpu: 100m | ||
# memory: 128Mi | ||
# requests: | ||
# cpu: 100m | ||
# memory: 128Mi |