Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test diff workflow #115

Closed
wants to merge 2 commits into from
Closed

test diff workflow #115

wants to merge 2 commits into from

Conversation

bo0tzz
Copy link
Member

@bo0tzz bo0tzz commented Aug 27, 2024

No description provided.

Copy link

github-actions bot commented Aug 27, 2024

Changes in Final Manifest

  • manifest.yaml

manifest.yaml

--- a/main/charts/immich/build/manifest.yaml
+++ b/charts/immich/build/manifest.yaml
@@ -10,7 +10,7 @@ metadata:
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: machine-learning
     app.kubernetes.io/version: v1.106.1
-    helm.sh/chart: immich-0.7.1
+    helm.sh/chart: immich-0.7.2
   annotations:
 spec:
   type: ClusterIP
@@ -27,25 +27,25 @@ spec:
 apiVersion: v1
 kind: Service
 metadata:
-  name: immich-server
+  name: immich
   labels:
-    app.kubernetes.io/service: immich-server
+    app.kubernetes.io/service: immich
     app.kubernetes.io/instance: immich
     app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: server
+    app.kubernetes.io/name: immich
     app.kubernetes.io/version: v1.106.1
-    helm.sh/chart: immich-0.7.1
+    helm.sh/chart: immich-0.7.2
   annotations:
 spec:
   type: ClusterIP
   ports:
-    - port: 3001
+    - port: 
       targetPort: http
       protocol: TCP
       name: http
   selector:
     app.kubernetes.io/instance: immich
-    app.kubernetes.io/name: server
+    app.kubernetes.io/name: immich
 ---
 # Source: immich/templates/machine-learning.yaml
 apiVersion: apps/v1
@@ -57,7 +57,7 @@ metadata:
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: machine-learning
     app.kubernetes.io/version: v1.106.1
-    helm.sh/chart: immich-0.7.1
+    helm.sh/chart: immich-0.7.2
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -129,13 +129,13 @@ spec:
 apiVersion: apps/v1
 kind: Deployment
 metadata:
-  name: immich-server
+  name: immich
   labels:
     app.kubernetes.io/instance: immich
     app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: server
+    app.kubernetes.io/name: immich
     app.kubernetes.io/version: v1.106.1
-    helm.sh/chart: immich-0.7.1
+    helm.sh/chart: immich-0.7.2
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -143,12 +143,12 @@ spec:
     type: Recreate
   selector:
     matchLabels:
-      app.kubernetes.io/name: server
+      app.kubernetes.io/name: immich
       app.kubernetes.io/instance: immich
   template:
     metadata:
       labels:
-        app.kubernetes.io/name: server
+        app.kubernetes.io/name: immich
         app.kubernetes.io/instance: immich
     spec:
       
@@ -157,7 +157,7 @@ spec:
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
-        - name: immich-server
+        - name: immich
           image: ghcr.io/immich-app/immich-server:v1.106.1
           imagePullPolicy: IfNotPresent
           env:
@@ -175,28 +175,26 @@ spec:
               value: immich-redis-master
           ports:
             - name: http
-              containerPort: 3001
+              containerPort: 
               protocol: TCP
-          volumeMounts:
-            - name: library
-              mountPath: /usr/src/app/upload
           livenessProbe:
             failureThreshold: 3
-            httpGet:
-              path: /api/server-info/ping
-              port: http
             initialDelaySeconds: 0
             periodSeconds: 10
+            tcpSocket:
+              port: 0
             timeoutSeconds: 1
           readinessProbe:
             failureThreshold: 3
-            httpGet:
-              path: /api/server-info/ping
-              port: http
             initialDelaySeconds: 0
             periodSeconds: 10
+            tcpSocket:
+              port: 0
+            timeoutSeconds: 1
+          startupProbe:
+            failureThreshold: 30
+            initialDelaySeconds: 0
+            periodSeconds: 5
+            tcpSocket:
+              port: 0
             timeoutSeconds: 1
-      volumes:
-        - name: library
-          persistentVolumeClaim:
-            claimName: test-pvc

See the workflow run

@bo0tzz bo0tzz closed this Aug 27, 2024
@bo0tzz bo0tzz deleted the test-diff-workflow branch August 27, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant