slaventius 2 years ago
parent 7abbdc3e5f
commit 032f678613
  1. 10
      deploy/other/ingress.yaml
  2. 8
      deploy/other/pv.yaml

@ -5,11 +5,11 @@ metadata:
labels: labels:
app: auth-application app: auth-application
spec: spec:
# defaultBackend: # defaultBackend:
# service: # service:
# name: auth-service # name: auth-service
# port: # port:
# number: 9994 # number: 9994
rules: rules:
- http: - http:
paths: paths:

@ -16,7 +16,7 @@ spec:
required: required:
nodeSelectorTerms: nodeSelectorTerms:
- matchExpressions: - matchExpressions:
- key: kubernetes.io/hostname - key: kubernetes.io/hostname
operator: In operator: In
values: values:
- kub-node-1 - kub-node-1

Loading…
Cancel
Save