Compare commits

...

3 Commits

Author SHA1 Message Date
domrichardson 47f3353d38 blah 2026-05-20 10:21:10 +01:00
domrichardson e8ed247dd5 blah 2026-05-20 10:17:12 +01:00
domrichardson fc4298fc94 blah 2026-05-20 10:16:24 +01:00
2 changed files with 127 additions and 124 deletions
+1
View File
@@ -8,6 +8,7 @@ spec:
{{- if not .Values.autoscaling.enabled }} {{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
{{- end }} {{- end }}
minReadySeconds: {{ .Values.minReadySeconds }}
selector: selector:
matchLabels: matchLabels:
{{- include "my-app.selectorLabels" . | nindent 6 }} {{- include "my-app.selectorLabels" . | nindent 6 }}
+126 -124
View File
@@ -1,124 +1,126 @@
# Default values for my-app. # Default values for my-app.
# This is a YAML-formatted file. # This is a YAML-formatted file.
# Declare variables to be passed into your templates. # Declare variables to be passed into your templates.
replicaCount: 1 replicaCount: 1
container1: minReadySeconds: 120
image:
repository: nginx container1:
pullPolicy: IfNotPresent image:
tag: "1.28-bookworm" repository: ollama/ollama
port: 80 pullPolicy: IfNotPresent
tag: "latest"
container2: port: 80
image:
repository: nginx container2:
pullPolicy: IfNotPresent image:
tag: "1.27-alpine" repository: nginx
port: 8080 pullPolicy: IfNotPresent
tag: "1.27-alpine"
container3: port: 8080
image:
repository: nginx container3:
pullPolicy: IfNotPresent image:
tag: "1.30" repository: nginx
port: 8081 pullPolicy: IfNotPresent
tag: "1.26"
imagePullSecrets: [] port: 8081
nameOverride: ""
fullnameOverride: "" imagePullSecrets: []
nameOverride: ""
serviceAccount: fullnameOverride: ""
# Specifies whether a service account should be created
create: true serviceAccount:
# Automatically mount a ServiceAccount's API credentials? # Specifies whether a service account should be created
automount: true create: true
# Annotations to add to the service account # Automatically mount a ServiceAccount's API credentials?
annotations: {} automount: true
# The name of the service account to use. # Annotations to add to the service account
# If not set and create is true, a name is generated using the fullname template annotations: {}
name: "" # The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
podAnnotations: {} name: ""
podLabels: {}
podAnnotations: {}
podSecurityContext: {} podLabels: {}
# fsGroup: 2000
podSecurityContext: {}
securityContext: {} # fsGroup: 2000
# capabilities:
# drop: securityContext: {}
# - ALL # capabilities:
# readOnlyRootFilesystem: true # drop:
# runAsNonRoot: true # - ALL
# runAsUser: 1000 # readOnlyRootFilesystem: true
# runAsNonRoot: true
service: # runAsUser: 1000
type: ClusterIP
port: 80 service:
type: ClusterIP
ingress: port: 80
enabled: false
className: "" ingress:
annotations: {} enabled: false
# kubernetes.io/ingress.class: nginx className: ""
# kubernetes.io/tls-acme: "true" annotations: {}
hosts: # kubernetes.io/ingress.class: nginx
- host: chart-example.local # kubernetes.io/tls-acme: "true"
paths: hosts:
- path: / - host: chart-example.local
pathType: ImplementationSpecific paths:
tls: [] - path: /
# - secretName: chart-example-tls pathType: ImplementationSpecific
# hosts: tls: []
# - chart-example.local # - secretName: chart-example-tls
# hosts:
resources: {} # - chart-example.local
# 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: {}
# resources, such as Minikube. If you do want to specify resources, uncomment the following # We usually recommend not to specify default resources and to leave this as a conscious
# lines, adjust them as necessary, and remove the curly braces after 'resources:'. # choice for the user. This also increases chances charts run on environments with little
# limits: # resources, such as Minikube. If you do want to specify resources, uncomment the following
# cpu: 100m # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# memory: 128Mi # limits:
# requests: # cpu: 100m
# cpu: 100m # memory: 128Mi
# memory: 128Mi # requests:
# cpu: 100m
livenessProbe: # memory: 128Mi
httpGet:
path: / livenessProbe:
port: http httpGet:
readinessProbe: path: /
httpGet: port: http
path: / readinessProbe:
port: http httpGet:
path: /
autoscaling: port: http
enabled: false
minReplicas: 1 autoscaling:
maxReplicas: 100 enabled: false
targetCPUUtilizationPercentage: 80 minReplicas: 1
# targetMemoryUtilizationPercentage: 80 maxReplicas: 100
targetCPUUtilizationPercentage: 80
# Additional volumes on the output Deployment definition. # targetMemoryUtilizationPercentage: 80
volumes: []
# - name: foo # Additional volumes on the output Deployment definition.
# secret: volumes: []
# secretName: mysecret # - name: foo
# optional: false # secret:
# secretName: mysecret
# Additional volumeMounts on the output Deployment definition. # optional: false
volumeMounts: []
# - name: foo # Additional volumeMounts on the output Deployment definition.
# mountPath: "/etc/foo" volumeMounts: []
# readOnly: true # - name: foo
# mountPath: "/etc/foo"
nodeSelector: {} # readOnly: true
tolerations: [] nodeSelector: {}
affinity: {} tolerations: []
favouriteDrink: coffee affinity: {}
favouriteDrink: coffee