Skip to content

Commit

Permalink
feat: Partially implemented service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Aug 15, 2024
1 parent fa93fb7 commit 606af3a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gcp/policyengine_api/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# apiVersion: serving.knative.dev/v1
# kind: Service
# metadata:
# name: test-service-run
# spec:
# template:
# metadata:
# annotations:
# run.googleapis.com/client-name: cloud-console
# spec:
# containers:
# - image: gcr.io/PROJECT_ID/test-service-run:latest
# env:
# - name: ENVIRONMENT
# value: "test"

0 comments on commit 606af3a

Please sign in to comment.