Files
metrics/skaffold.yaml

26 lines
505 B
YAML

apiVersion: skaffold/v4beta13
kind: Config
metadata:
name: playground
build:
artifacts:
- image: igit.danilkolesnikov.ru/danil/playground_app
docker:
dockerfile: Dockerfile
manifests:
rawYaml:
- k8s/app.yaml
- k8s/cnpg.yaml
- k8s/grafana-dashboard.yaml
portForward:
- resourceType: Service
resourceName: fastapi-app-service
port: 8000
- resourceType: Service
resourceName: prometheus-grafana
namespace: monitoring
port: 80
localPort: 3000