mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
32 lines
721 B
YAML
32 lines
721 B
YAML
# Copy this file to use from the top directory of fleet
|
|
apiVersion: skaffold/v2beta28
|
|
kind: Config
|
|
build:
|
|
tagPolicy:
|
|
sha256: {}
|
|
local:
|
|
useBuildkit: false
|
|
artifacts:
|
|
- image: tuf
|
|
docker:
|
|
dockerfile: tools/tuf/test/Dockerfile
|
|
context: .
|
|
deploy:
|
|
helm:
|
|
releases:
|
|
- name: tuf
|
|
imageStrategy:
|
|
helm: {}
|
|
chartPath: charts/tuf
|
|
valuesFiles:
|
|
- charts/tuf/values.yaml
|
|
recreatePods: false
|
|
artifactOverrides:
|
|
image: tuf
|
|
setValues:
|
|
image.pullPolicy: Never
|
|
ingress.enabled: true
|
|
ingress.hosts[0].host: tuf.example.com
|
|
ingress.tls[0].secretName: tuf-web-tls
|
|
ingress.tls[0].hosts: ["tuf.example.com"]
|