mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
docs: Update to reflect app-template v3.0.0 changes
This commit is contained in:
parent
0c6a438040
commit
6d70e92b44
7 changed files with 32 additions and 38 deletions
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-3.0.0/charts/other/app-template/values.schema.json
|
||||
|
||||
controllers:
|
||||
main:
|
||||
strategy: Recreate
|
||||
|
@ -33,30 +36,28 @@ service:
|
|||
ingress:
|
||||
# -- Enable and configure ingress settings for the chart under this key.
|
||||
main:
|
||||
enabled: true
|
||||
hosts:
|
||||
- host: chart-example.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: main
|
||||
identifier: main
|
||||
port: http
|
||||
- path: /notifications/hub/negotiate
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: main
|
||||
identifier: main
|
||||
port: http
|
||||
- path: /notifications/hub
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: main
|
||||
identifier: main
|
||||
port: websocket
|
||||
|
||||
route:
|
||||
# -- Enable and configure route settings for the chart under this key.
|
||||
main:
|
||||
enabled: true
|
||||
parentRefs:
|
||||
- name: gateway
|
||||
namespace: gateway-namespace
|
||||
|
@ -98,7 +99,6 @@ route:
|
|||
# -- Configure persistence settings for the chart under this key.
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
type: persistentVolumeClaim
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue