test
This commit is contained in:
@@ -28,10 +28,16 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: matrix
|
||||
- name: hookshot-registration
|
||||
mountPath: /appservices/hookshot-registration.yml
|
||||
subPath: registration.yml
|
||||
volumes:
|
||||
- name: matrix
|
||||
persistentVolumeClaim:
|
||||
claimName: matrix-pvc
|
||||
- name: hookshot-registration
|
||||
secret:
|
||||
secretName: matrix-hookshot-registration
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
@@ -45,7 +51,7 @@ spec:
|
||||
port: 8008
|
||||
selector:
|
||||
app: matrix
|
||||
type: NodePort
|
||||
type: ClusterIP
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
|
||||
Reference in New Issue
Block a user