All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vops.apps.keycloak.2.2.286.source-code.deployment.yml Maven / Gradle / Ivy

Go to download

Keycloack (security) - Integrated SSO and IDM for browser apps and RESTful services

There is a newer version: 2.2.335
Show newest version
spec:
  replicas: 1
  template:
    spec:
      containers:
      - image: jboss/keycloak:2.2.0.Final
        env:
        - name: KEYCLOAK_USER
          value: admin
        - name: KEYCLOAK_PASSWORD
          value: admin
        readinessProbe:
          httpGet:
            path: "/auth"
            port: 8080
          initialDelaySeconds: 10
          timeoutSeconds: 10
        livenessProbe:
          httpGet:
            path: "/auth"
            port: 8080
          initialDelaySeconds: 60
          timeoutSeconds: 10
        volumeMounts:
        - mountPath: /opt/jboss/keycloak/standalone/data
          name: keycloak-data
          readOnly: false
      volumes:
      - name: keycloak-data
        persistentVolumeClaim:
          claimName: keycloak-data




© 2015 - 2025 Weber Informatics LLC | Privacy Policy