Skip to content

Commit

Permalink
Update local-run-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandowner committed May 23, 2024
1 parent 935b916 commit fed82f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
annotations:
cosmo-workspace.github.io/delete-policy: keep
labels:
cosmo-workspace.github.io/instance: '{{INSTANCE}}'
cosmo-workspace.github.io/template: '{{TEMPLATE}}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
annotations:
cosmo-workspace.github.io/delete-policy: keep
labels:
cosmo-workspace.github.io/instance: '{{INSTANCE}}'
cosmo-workspace.github.io/template: '{{TEMPLATE}}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: v1
kind: Service
metadata:
name: workspace
annotations:
cosmo-workspace.github.io/delete-policy: keep
spec:
type: ClusterIP
ports:
Expand Down

0 comments on commit fed82f7

Please sign in to comment.