-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
b0eb79f
commit 7b923d2
Showing
11 changed files
with
178 additions
and
217 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
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
This file was deleted.
Oops, something went wrong.
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
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
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 |
---|---|---|
|
@@ -2,13 +2,19 @@ | |
# This is a YAML-formatted file. | ||
# Declare variables to be passed into your templates. | ||
|
||
env: prod | ||
debug: '0' | ||
secret: "" | ||
corsAllowOrigin: "^https?://.*?\\.api-platform\\.com$" | ||
trustedHosts: "^.*\\.api\\-platform\\.com$" | ||
hostname: demo.api-platform.com | ||
trustedProxies: | ||
php: | ||
repository: eu.gcr.io/api-platform-demo-210115/php | ||
tag: latest | ||
pullPolicy: Always | ||
replicaCount: 1 | ||
mercure: | ||
jwt: "" | ||
env: prod | ||
debug: '0' | ||
secret: "" | ||
corsAllowOrigin: "^https?://.*?\\.api-platform\\.com$" | ||
trustedHosts: "^.*\\.api\\-platform\\.com$" | ||
trustedProxies: | ||
- 103.21.244.0/22 | ||
- 103.22.200.0/22 | ||
- 103.31.4.0/22 | ||
|
@@ -27,14 +33,6 @@ trustedProxies: | |
- 172.16.0.0/12 | ||
- 192.168.0.0/16 | ||
|
||
php: | ||
repository: eu.gcr.io/api-platform-demo-210115/php | ||
tag: latest | ||
pullPolicy: Always | ||
replicaCount: 1 | ||
mercure: | ||
jwt: "" | ||
|
||
nginx: | ||
repository: eu.gcr.io/api-platform-demo-210115/nginx | ||
tag: latest | ||
|
@@ -51,7 +49,6 @@ varnish: | |
|
||
mercure: | ||
enabled: true | ||
hostname: demo-mercure.api-platform.com | ||
acmeHosts: "" | ||
allowAnonymous: "1" | ||
corsAllowedOrigins: "^https?://.*?\\.api-platform\\.com$" | ||
|
@@ -101,11 +98,13 @@ mercure: | |
tolerations: [] | ||
affinity: {} | ||
|
||
externaldns: | ||
hostname: api-platform.com | ||
external-dns: | ||
domainFilters: | ||
- api-platform.com | ||
provider: cloudflare | ||
cloudflare: | ||
apiKey: "" | ||
apiEmail: "" | ||
email: "" | ||
|
||
ingress: | ||
annotations: | ||
|
@@ -115,16 +114,23 @@ ingress: | |
tls: | ||
# Secrets must be manually created in the namespace. | ||
# - hosts: | ||
# - demo.api-platform.com | ||
# - demo-mercure.api-platform.com | ||
# - demo.api-platform.com | ||
# - demo-mercure.api-platform.com | ||
hosts: | ||
api: | ||
host: demo.api-platform.com | ||
serviceName: varnish | ||
mercure: | ||
host: demo-mercure.api-platform.com | ||
serviceName: mercure | ||
|
||
postgresql: | ||
enabled: true | ||
# If bringing your own PostgreSQL, the full uri to use | ||
#url: pgsql://api-platform:[email protected]/api?serverVersion=10.1 | ||
postgresUser: "api-platform" | ||
postgresPassword: "" | ||
postgresDatabase: "api" | ||
postgresqlUsername: "api-platform" | ||
postgresqlPassword: "" | ||
postgresqlDatabase: "api" | ||
# Persistent Volume Storage configuration. | ||
# ref: https://kubernetes.io/docs/user-guide/persistent-volumes | ||
persistence: | ||
|
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
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
Oops, something went wrong.