Skip to content

Commit

Permalink
Add pod to template
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Matsuoka committed Dec 18, 2024
1 parent 8d6cfea commit d747bc3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/jlink/jlinked-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,14 @@ objects:
name: ${APPNAME}-jlinked-app-service
port:
targetPort: ${TARGET_PORT}
- apiVersion: v1
kind: Pod
metadata:
name: ${APPNAME}-jlinked-app-pod
spec:
containers:
- image: ${APPNAME}-lightweight-image:latest
name: ${APPNAME}-jlinked-app-container
ports:
- containerPort: ${{TARGET_PORT}}
protocol: TCP

0 comments on commit d747bc3

Please sign in to comment.