Skip to content

Commit

Permalink
helm update
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokok1996 committed Jul 6, 2021
1 parent e55e42a commit dfcde39
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 75 deletions.
12 changes: 6 additions & 6 deletions api/helm/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ entries:
artifacthub.io/containsSecurityUpdates: "true"
apiVersion: v2
appVersion: V1.0
created: "2021-07-06T19:54:37.3266066+02:00"
created: "2021-07-06T20:46:27.3166585+02:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -16,7 +16,7 @@ entries:
repository: https://charts.bitnami.com/bitnami
version: 12.7.7
description: Het Locatie Component implementeert de places en accommodations strategie vanuit schema.org. Het vormt daarmee de basis voor het bijhouden en verhuren van ruimtes en kan in de meest simpele configuratie worden gebruikt voor planningsvraagstukken. Bijvoorbeeld bij gebouwen rondom te reserveren ruimtes zoals (vergader)zalen. Dit component is nadrukkelijk ontworpen om samen met het PDC het commercieel verhuren van gehele gebouwen, of ruimtes daarin te faciliteren. Hiermee kan het de technische basis vormen voor appartementen/kamerverhuur platforms, hotel-software of zelfs camping-software.
digest: 60c1ece7f689341d3201c2855a20836204efae80008972bcc67dbfd3d42cd25a
digest: 22b26d4ddeda98cd48fe2725cd793fddb2cd3274c9d607f63446b9b553d636c7
home: https://www.conduction.nl
icon: https://conductionnl.github.io/images/conduction_avatar_blue_on_transparant.svg
keywords:
Expand All @@ -38,7 +38,7 @@ entries:
version: 1.0.0
- apiVersion: v1
appVersion: V1.0
created: "2021-07-06T19:54:37.3186088+02:00"
created: "2021-07-06T20:46:27.3076593+02:00"
description: Het Locatie Component implementeert de places en accommodations strategie vanuit schema.org. Het vormt daarmee de basis voor het bijhouden en verhuren van ruimtes en kan in de meest simpele configuratie worden gebruikt voor planningsvraagstukken. Bijvoorbeeld bij gebouwen rondom te reserveren ruimtes zoals (vergader)zalen. Dit component is nadrukkelijk ontworpen om samen met het PDC het commercieel verhuren van gehele gebouwen, of ruimtes daarin te faciliteren. Hiermee kan het de technische basis vormen voor appartementen/kamerverhuur platforms, hotel-software of zelfs camping-software.
digest: 944e94da3a768385b0e641f905c6ff0deeeacc3789c9bf0cf4d60ba901fdf2d7
home: https://www.conduction.nl
Expand All @@ -65,7 +65,7 @@ entries:
category: Database
apiVersion: v2
appVersion: 11.10.0
created: "2021-07-06T19:54:37.3286071+02:00"
created: "2021-07-06T20:46:27.3206593+02:00"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down Expand Up @@ -98,7 +98,7 @@ entries:
category: Database
apiVersion: v2
appVersion: 6.0.11
created: "2021-07-06T19:54:37.3336091+02:00"
created: "2021-07-06T20:46:27.3236595+02:00"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand All @@ -125,4 +125,4 @@ entries:
urls:
- charts/redis-12.7.7.tgz
version: 12.7.7
generated: "2021-07-06T19:54:37.312608+02:00"
generated: "2021-07-06T20:46:27.2996592+02:00"
Binary file modified api/helm/ocatiecatalogus-1.0.0.tgz
Binary file not shown.
140 changes: 71 additions & 69 deletions api/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dfcde39

Please sign in to comment.