Replace all to oramap
This commit is contained in:
parent
53f13dc22c
commit
f0e1f31076
22
manifests/oramap/values.yaml
Normal file
22
manifests/oramap/values.yaml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
replicaCount: 1
|
||||||
|
|
||||||
|
image:
|
||||||
|
repository: harbor.dvirlabs.com/shay/oramap
|
||||||
|
tag: "1"
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
containerPort: 3000
|
||||||
|
|
||||||
|
service:
|
||||||
|
type: ClusterIP
|
||||||
|
port: 80
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
className: "traefik"
|
||||||
|
hosts:
|
||||||
|
- host: oramap.dvirlabs.com
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
tls: []
|
||||||
Loading…
x
Reference in New Issue
Block a user