Dodani configmap i secret za namespace sz11zs
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m31s
CI/CD Pipeline / deploy (push) Failing after 50s

This commit is contained in:
2026-05-02 17:25:35 +02:00
parent f86565da6d
commit 172adb1eda
2 changed files with 17 additions and 0 deletions

9
k8s/configmap.yaml Normal file
View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: hello-cicd-config
namespace: student-sz11zs
data:
APP_VERSION: "2.0-stabilna"
ENVIRONMENT: "produkcija"
MESSAGE: "Aplikacija uspješno koristi ConfigMap!"

8
k8s/secret.yaml Normal file
View File

@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: hello-cicd-secret
namespace: student-sz11zs
type: Opaque
data:
password:bG96aW5rYTEyMw==