automatically deploy traefik
This commit is contained in:
		| @@ -1,11 +1,3 @@ | ||||
| # Default values for Traefik | ||||
| image: | ||||
|   name: traefik | ||||
|   # defaults to appVersion | ||||
|   tag: "" | ||||
|   pullPolicy: IfNotPresent | ||||
|  | ||||
|  | ||||
| # | ||||
| # Configure the deployment | ||||
| # | ||||
| @@ -158,12 +150,6 @@ volumes: [] | ||||
|   #     name: traefik-config | ||||
|  | ||||
|    | ||||
| # - name: public-cert | ||||
| #   mountPath: "/certs" | ||||
| #   type: secret | ||||
| # - name: '{{ printf "%s-configs" .Release.Name }}' | ||||
| #   mountPath: "/config" | ||||
| #   type: configMap | ||||
|  | ||||
| # Additional volumeMounts to add to the Traefik container | ||||
| additionalVolumeMounts: | ||||
| @@ -192,24 +178,17 @@ additionalArguments: [] | ||||
| env: | ||||
|   - name: TZ | ||||
|     value: "Europe/Berlin" | ||||
| # - name: SOME_VAR | ||||
| #   value: some-var-value | ||||
| # - name: SOME_VAR_FROM_CONFIG_MAP | ||||
| #   valueFrom: | ||||
| #     configMapRef: | ||||
| #       name: configmap-name | ||||
| #       key: config-key | ||||
| # - name: SOME_SECRET | ||||
| #   valueFrom: | ||||
| #     secretKeyRef: | ||||
| #       name: secret-name | ||||
| #       key: secret-key | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| # Configure ports | ||||
| ports: {} # leave unconfigured to use the values from the toml file | ||||
| ports: | ||||
|   # add a new one, the other ones are kept the same. | ||||
|   dnsovertls: | ||||
|     port: 853 | ||||
|     expose: true | ||||
|     exposedPort: 853 | ||||
|     protocol: TCP | ||||
|  | ||||
|  | ||||
| envFrom: [] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user