diff --git a/argocd-apps/gitea.yaml b/argocd-apps/gitea.yaml index 27d2092..06e83a8 100644 --- a/argocd-apps/gitea.yaml +++ b/argocd-apps/gitea.yaml @@ -32,11 +32,23 @@ spec: namespace: dev-tools jqPathExpressions: - .spec.template.metadata.annotations."kubectl.kubernetes.io/restartedAt" + - group: apps + kind: StatefulSet + namespace: dev-tools + jsonPointers: + - /spec/volumeClaimTemplates - group: "" kind: PersistentVolumeClaim + namespace: dev-tools jsonPointers: - /status - /spec/volumeName - /spec/storageClassName - /metadata/labels - /metadata/annotations + - group: "" + kind: Service + namespace: dev-tools + jsonPointers: + - /spec/clusterIP + - /spec/clusterIPs