Initial support for deploy via skaffold run
This commit is contained in:
parent
845773f3f1
commit
3326e0e9e3
@ -2,6 +2,7 @@ apiVersion: skaffold/v3alpha1
|
|||||||
kind: Config
|
kind: Config
|
||||||
metadata:
|
metadata:
|
||||||
name: log-viewer-backend
|
name: log-viewer-backend
|
||||||
|
|
||||||
build:
|
build:
|
||||||
artifacts:
|
artifacts:
|
||||||
- image: harbor.k-space.ee/playground/log-viewer-backend
|
- image: harbor.k-space.ee/playground/log-viewer-backend
|
||||||
@ -12,6 +13,14 @@ build:
|
|||||||
context: frontend
|
context: frontend
|
||||||
docker:
|
docker:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
kubectl: {}
|
||||||
|
|
||||||
|
manifests:
|
||||||
|
rawYaml:
|
||||||
|
- k8s/deployment.yaml
|
||||||
|
|
||||||
profiles:
|
profiles:
|
||||||
- name: dev
|
- name: dev
|
||||||
activation:
|
activation:
|
||||||
@ -44,3 +53,6 @@ profiles:
|
|||||||
dest: .
|
dest: .
|
||||||
- src: 'index.html'
|
- src: 'index.html'
|
||||||
dest: .
|
dest: .
|
||||||
|
manifests:
|
||||||
|
rawYaml:
|
||||||
|
- k8s/dev/deployment.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user