Switched to Nhinx Unit
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "0.3.33"
|
||||
HELM_CHART_VERSION: "0.8.0"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: cloudypress
|
||||
description: A helm chart for deploying Wordpress on Cloudyne Hosting
|
||||
description: Helm chart to deploy Wordpress backed by PHP-CLI and Nginx Unit
|
||||
type: application
|
||||
version: "0.7.0"
|
||||
appVersion: "6.1.1"
|
||||
version: "0.8.0"
|
||||
appVersion: "6.2.0"
|
||||
|
||||
@@ -38,9 +38,9 @@ spec:
|
||||
allowPrivilegeEscalation: false
|
||||
runAsUser: 0
|
||||
{{- if .Values.global }}
|
||||
image: {{ .Values.global.initImage | default "ghcr.io/cloudynes/php-init" }}:{{ .Values.global.imagetag | default "latest" }}
|
||||
image: {{ .Values.global.initImage | default "ghcr.io/cloudynes/php-cd" }}:{{ .Values.global.imagetag | default "latest" }}
|
||||
{{- else }}
|
||||
image: ghcr.io/cloudynes/php-init:latest
|
||||
image: ghcr.io/cloudynes/php-cd:latest
|
||||
{{- end }}
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
@@ -67,9 +67,9 @@ spec:
|
||||
securityContext:
|
||||
runAsUser: 101
|
||||
{{- if .Values.global }}
|
||||
image: {{ .Values.global.serverImage | default "ghcr.io/cloudynes/php-nginx" }}:{{ .Values.global.imagetag | default "latest" }}
|
||||
image: {{ .Values.global.serverImage | default "ghcr.io/cloudynes/php-unit" }}:{{ .Values.global.imagetag | default "latest" }}
|
||||
{{- else }}
|
||||
image: ghcr.io/cloudynes/php-nginx:latest
|
||||
image: ghcr.io/cloudynes/php-unit:latest
|
||||
{{- end }}
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
|
||||
@@ -107,13 +107,13 @@ site:
|
||||
# Global configuration
|
||||
global:
|
||||
# Which image to use for the web server
|
||||
serverImage: ghcr.io/cloudynes/php-nginx
|
||||
serverImage: ghcr.io/cloudynes/php-unit
|
||||
|
||||
# Which image to use for the initialization
|
||||
initImage: ghcr.io/cloudynes/php-init
|
||||
initImage: ghcr.io/cloudynes/php-cd
|
||||
|
||||
# The tag to use for the above images
|
||||
imageTag: fpm8.0-alpine3.16
|
||||
imageTag: "8.0"
|
||||
|
||||
# The database instance where the database will be provisioned
|
||||
dbInstance: "kincaid"
|
||||
|
||||
Reference in New Issue
Block a user