Changeset 52fee06 for k8s/postgres.yaml


Ignore:
Timestamp:
06/23/26 13:37:09 (2 weeks ago)
Author:
Andrej <asumanovski@…>
Branches:
master
Children:
c1798da
Parents:
a8fe58e
Message:

Complete Kubernetes manifests with ConfigMap, Secrets, StatefulSet, Ingress

  • namespace.yaml: trekr namespace
  • configmaps.yaml: backend non-secret config (DB URL, Hibernate settings)
  • postgres.yaml: StatefulSet + PVC + ClusterIP Service, init SQL from ConfigMap
  • backend.yaml: Deployment with ConfigMap + Secrets refs, ClusterIP Service
  • frontend.yaml: Deployment + ClusterIP Service
  • ingress.yaml: nginx Ingress routing trekr.local → frontend
  • deploy-local.sh: one-shot local demo script for Docker Desktop Kubernetes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • k8s/postgres.yaml

    ra8fe58e r52fee06  
    88  resources:
    99    requests:
    10       storage: 5Gi
     10      storage: 2Gi
    1111---
    1212apiVersion: apps/v1
     
    5151            initialDelaySeconds: 5
    5252            periodSeconds: 5
     53            failureThreshold: 10
    5354      volumes:
    5455        - name: data
Note: See TracChangeset for help on using the changeset viewer.