git-to-k8s
Version:
Small tool to automate the git to url flow on k8s
31 lines (27 loc) • 549 B
YAML
## ref: https://hub.docker.com/r/bitnami/test/tags/
##
fullname: test-git-to-k8s
image:
registry: docker.io
repository: devfans/test
tag: 0.0.1
pullPolicy: IfNotPresent
# pullSecrets:
# - myRegistrKeySecretName
testPath: /
## Ghost port to create application URLs along with host.
## ref: https://github.com/bitnami/bitnami-docker-test#configuration
##
testPort: 80
serviceType: ClusterIP
resources:
requests:
memory: 10Mi
cpu: 10m
ingress:
enabled: false
annotations: {}
path: /
hosts:
- test.local
tls: []