Compare commits
2 Commits
7acf565a84
...
79f4d6dd89
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79f4d6dd89 | ||
|
|
7589233c8b |
@@ -117,8 +117,19 @@ spec:
|
|||||||
tls: true
|
tls: true
|
||||||
preset: small_cluster
|
preset: small_cluster
|
||||||
existingSecret: mastodon-os
|
existingSecret: mastodon-os
|
||||||
|
caSecret:
|
||||||
|
name: os-ca
|
||||||
|
key: ca.crt
|
||||||
|
mountPath: /etc/ssl/certs/os-ca.crt
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: dummy
|
||||||
|
emptyDir: {}
|
||||||
|
volumeMounts:
|
||||||
|
- name: dummy
|
||||||
|
mountPath: /tmp/dummy
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
className: traefik
|
||||||
annotations:
|
annotations:
|
||||||
|
|||||||
Reference in New Issue
Block a user