Skip to content

Commit

Permalink
fixup! sample app config makefile recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Dec 23, 2024
1 parent 1f69c3a commit c5bb6b9
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions config/samples/sample-app-agent-injected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,6 @@ spec:
serviceAccountName: quarkus-cryostat-agent-serviceaccount
containers:
- env:
- name: CRYOSTAT_AGENT_APP_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
- name: NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: CRYOSTAT_AGENT_API_WRITES_ENABLED
value: "true"
- name: CRYOSTAT_AGENT_BASEURI
value: https://cryostat-sample.$(NAMESPACE).svc:4180
- name: POD_IP
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: status.podIP
- name: CRYOSTAT_AGENT_CALLBACK
value: http://$(POD_IP):9977
- name: JAVA_OPTS_APPEND
value: |-
-Dquarkus.http.host=0.0.0.0
Expand All @@ -61,17 +40,9 @@ spec:
capabilities:
drop:
- ALL
volumeMounts:
- mountPath: /var/run/secrets/myapp/ca.crt
name: truststore
subPath: ca.crt
restartPolicy: Always
securityContext:
runAsNonRoot: true
volumes:
- name: truststore
secret:
secretName: cryostat-sample-tls
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit c5bb6b9

Please sign in to comment.