64 lines
1.3 KiB
YAML
64 lines
1.3 KiB
YAML
|
|
replicaCount: 1
|
||
|
|
|
||
|
|
image:
|
||
|
|
repository: ghcr.io/cloudynes/php-nginx
|
||
|
|
tag: latest
|
||
|
|
pullPolicy: Always
|
||
|
|
|
||
|
|
initImage:
|
||
|
|
repository: ghcr.io/cloudynes/php-init
|
||
|
|
tag: latest
|
||
|
|
pullPolicy: Always
|
||
|
|
|
||
|
|
# Namespace
|
||
|
|
customerName: gunnarnilssonmaskin
|
||
|
|
|
||
|
|
# Site
|
||
|
|
siteUrl: www.gunnarnilssonmaskin.se
|
||
|
|
allowedDomains:
|
||
|
|
- "www.gunnarnilssonmaskin.se"
|
||
|
|
- "gunnarnilssonmaskin.se"
|
||
|
|
- "gunnarnilssonmaskin-se.eu.cust.azurecd.net"
|
||
|
|
- "www.gunnarnilssonmaskin-se.eu.cust.azurecd.net"
|
||
|
|
|
||
|
|
# Storage
|
||
|
|
azureStorageContainer: ""
|
||
|
|
azureStorageTier: "premium01-persistent"
|
||
|
|
|
||
|
|
# Initial Import
|
||
|
|
initSettings:
|
||
|
|
RUN_COMPOSER: "true"
|
||
|
|
INSTALL_SITE: "buildahome/gunnarnilssonmaskin-se"
|
||
|
|
RUN_IMPORTS: "true"
|
||
|
|
IMPORT_CONTENT: "https://www.gunnarnilssonmaskin.se/gunnar.sql"
|
||
|
|
RUN_DATABASEIMPORTS: "true"
|
||
|
|
IMPORT_DATABASE: "https://www.gunnarnilssonmaskin.se/gunnar.sql"
|
||
|
|
FORCE_IMPORT_DB: "false"
|
||
|
|
SET_THEME: "gunnarnilssonmaskin-se-theme"
|
||
|
|
|
||
|
|
cloudFolders:
|
||
|
|
- name: uploads
|
||
|
|
cloudPath: uploads
|
||
|
|
containerPath: /app/web/app/uploads
|
||
|
|
- name: gallery
|
||
|
|
cloudPath: gallery
|
||
|
|
containerPath: /app/web/app/gallery
|
||
|
|
- name: sqldump
|
||
|
|
cloudPath: sqldump
|
||
|
|
containerPath: /sqldump
|
||
|
|
|
||
|
|
package:
|
||
|
|
size: small
|
||
|
|
persistentVolume: 5Gi
|
||
|
|
request:
|
||
|
|
cpu: 500m
|
||
|
|
memory: 512Mi
|
||
|
|
limit:
|
||
|
|
cpu: 1
|
||
|
|
memory: 1Gi
|
||
|
|
|
||
|
|
database:
|
||
|
|
instance: kincaid
|
||
|
|
deletionProtected: true
|
||
|
|
|