comms: pin mas/synapse host aliases for DNS
This commit is contained in:
parent
69d67b39a5
commit
1293ffe0a5
@ -23,6 +23,15 @@ spec:
|
||||
app.kubernetes.io/name: matrix-guest-register
|
||||
spec:
|
||||
serviceAccountName: comms-vault
|
||||
hostAliases:
|
||||
- ip: "10.43.36.27"
|
||||
hostnames:
|
||||
- "matrix-authentication-service"
|
||||
- "matrix-authentication-service.comms.svc.cluster.local"
|
||||
- ip: "10.43.216.45"
|
||||
hostnames:
|
||||
- "othrys-synapse-matrix-synapse"
|
||||
- "othrys-synapse-matrix-synapse.comms.svc.cluster.local"
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 10001
|
||||
|
||||
@ -204,6 +204,15 @@ spec:
|
||||
spec:
|
||||
serviceAccountName: comms-vault
|
||||
automountServiceAccountToken: true
|
||||
hostAliases:
|
||||
- ip: "10.43.150.98"
|
||||
hostnames:
|
||||
- "othrys-synapse-redis-master"
|
||||
- "othrys-synapse-redis-master.comms.svc.cluster.local"
|
||||
- ip: "10.43.36.27"
|
||||
hostnames:
|
||||
- "matrix-authentication-service"
|
||||
- "matrix-authentication-service.comms.svc.cluster.local"
|
||||
containers:
|
||||
- name: synapse
|
||||
command:
|
||||
|
||||
@ -61,6 +61,11 @@ spec:
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
serviceAccountName: comms-vault
|
||||
hostAliases:
|
||||
- ip: "10.43.216.45"
|
||||
hostnames:
|
||||
- "othrys-synapse-matrix-synapse"
|
||||
- "othrys-synapse-matrix-synapse.comms.svc.cluster.local"
|
||||
nodeSelector:
|
||||
hardware: rpi5
|
||||
affinity:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user