apiVersion: operator.cryostat.io/v1beta1 kind: Cryostat metadata: name: cryostat-sample spec: trustedCertSecrets: - secretName: xxxx minimal: false enableCertManager: false storageOptions: pvc: labels: my-custom-label: customLabel annotations: my-custom-annotation: customAnnotation1 spec: storageClassName: xxxxx resources: requests: storage: 1Gi networkOptions: coreConfig: annotations: nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" ingressSpec: tls: - {} rules: - host: cryostat-sample.dev.test.xxxxxxx.xx.com http: paths: - path: / pathType: Prefix backend: service: name: cryostat-sample port: number: 8181 commandConfig: ingressSpec: tls: - {} rules: - host: cryostat-sample-command.dev.test.xxxxxxx.xx.com http: paths: - path: / pathType: Prefix backend: service: name: cryostat-sample-command port: number: 9090 grafanaConfig: ingressSpec: tls: - {} rules: - host: cryostat-sample-grafana.dev.test.xxxxxxx.xx.com http: paths: - path: / pathType: Prefix backend: service: name: cryostat-sample-grafana port: number: 3000