Files
backbone/skaffold.yaml
2025-10-18 00:01:58 +02:00

33 lines
717 B
YAML

apiVersion: skaffold/v4beta7
kind: Config
metadata:
name: backbone
build:
artifacts:
- image: zot.olsen.cloud/backbone
context: .
docker:
dockerfile: Dockerfile
manifests:
helm:
releases:
- name: backbone
chartPath: chart
namespace: homelab
setValueTemplates:
image.repository: 'zot.local/backbone'
image.tag: '{{.IMAGE_TAG_zot_olsen_cloud_backbone}}@{{.IMAGE_DIGEST_zot_olsen_cloud_backbone}}'
httpService:
enabled: true
environment: prod
service:
tcp:
type: LoadBalancer
port: 1884
deploy:
# Use kubectl to apply the manifests.
kubectl: {}