Initial support for deploy via skaffold run

This commit is contained in:
Erki Aas 2022-10-11 04:05:05 +03:00
parent 845773f3f1
commit 3326e0e9e3
1 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,7 @@ apiVersion: skaffold/v3alpha1
kind: Config
metadata:
name: log-viewer-backend
build:
artifacts:
- image: harbor.k-space.ee/playground/log-viewer-backend
@ -12,6 +13,14 @@ build:
context: frontend
docker:
dockerfile: Dockerfile
deploy:
kubectl: {}
manifests:
rawYaml:
- k8s/deployment.yaml
profiles:
- name: dev
activation:
@ -43,4 +52,7 @@ profiles:
- src: 'src/**/*.svg'
dest: .
- src: 'index.html'
dest: .
dest: .
manifests:
rawYaml:
- k8s/dev/deployment.yaml