Compare commits
4 Commits
1.0.4
...
6738a6a8be
| Author | SHA1 | Date | |
|---|---|---|---|
| 6738a6a8be | |||
| 104bc7a56f | |||
| 5d6a9de2d5 | |||
| 24fcde5f2e |
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: postiz-app
|
name: postiz-app
|
||||||
description: A Social Media Scheduling App
|
description: A Social Media Scheduling App
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.4
|
version: 1.0.5
|
||||||
appVersion: "1.3.0"
|
appVersion: "1.3.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: jonathan-irvin
|
- name: jonathan-irvin
|
||||||
|
|||||||
@@ -51,6 +51,9 @@ spec:
|
|||||||
name: {{ include "postiz.fullname" . }}-secrets
|
name: {{ include "postiz.fullname" . }}-secrets
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
|
{{- if .Values.extraContainers }}
|
||||||
|
{{- toYaml .Values.extraContainers | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
@@ -69,4 +72,4 @@ spec:
|
|||||||
{{- else }}
|
{{- else }}
|
||||||
- name: uploads-volume
|
- name: uploads-volume
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -11,5 +11,8 @@ spec:
|
|||||||
targetPort: http
|
targetPort: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: http
|
name: http
|
||||||
|
{{- if .Values.service.additionalPorts }}
|
||||||
|
{{- toYaml .Values.service.additionalPorts | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
selector:
|
selector:
|
||||||
{{- include "postiz.selectorLabels" . | nindent 4 }}
|
{{- include "postiz.selectorLabels" . | nindent 4 }}
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ securityContext: {}
|
|||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
|
additionalPorts: []
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false # Disabled by default
|
enabled: false # Disabled by default
|
||||||
@@ -44,6 +45,8 @@ ingress:
|
|||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
|
extraContainers: []
|
||||||
|
|
||||||
extraVolumes: []
|
extraVolumes: []
|
||||||
extraVolumeMounts: []
|
extraVolumeMounts: []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user