17 lines
236 B
YAML
17 lines
236 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: git.fisoft.eu/ficik/minikube/hello
|
|
tag: latest
|
|
pullPolicy: Always
|
|
|
|
imagePullSecrets:
|
|
- name: git-fisoft-registry
|
|
|
|
service:
|
|
port: 80
|
|
|
|
ingress:
|
|
className: nginx
|
|
host: hello.k.mancave.link
|