UNCLASSIFIED

Commit 2d00b7fe authored by bhearn's avatar bhearn
Browse files

update instructions

parent 8e89c239
Pipeline #30631 passed with stage
...@@ -20,7 +20,7 @@ docker load -i *tarball* ...@@ -20,7 +20,7 @@ docker load -i *tarball*
kubectl create ns active-mq kubectl create ns active-mq
``` ```
2. **Modify _jetty-realm.properties_ in the 'deployment' directory of this repo to use your own custom usernames and passwords:** 2. Modify _jetty-realm.properties_ in the 'deployment' directory of this repo to use your own custom usernames and passwords. **This file MUST be configured with proper values in order to deploy**:
``` ```
# Example admin account: # Example admin account:
admin_username: <<<ADMIN PASSWORD GOES HERE>>>, admin admin_username: <<<ADMIN PASSWORD GOES HERE>>>, admin
......
...@@ -27,7 +27,7 @@ spec: ...@@ -27,7 +27,7 @@ spec:
cpu: 400m cpu: 400m
volumeMounts: volumeMounts:
- name: active-creds - name: active-creds
mountPath: /apache-activemq-5.15.13/conf/jetty-realm.properties # *** Modify jetty-realm.properties to use your own custom usernames and passwords FIRST *** mountPath: /apache-activemq-5.15.13/conf/jetty-realm.properties # jetty-realm.properties MUST be configured with proper values first in order to deploy
subPath: jetty-realm.properties subPath: jetty-realm.properties
volumes: volumes:
- name: active-creds - name: active-creds
......
  • Pipeline Status: SUCCESS
    Branch: updates

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::SUCCESS --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::SUCCESS --> 6([Publish, Scan & Report]):::INTERNAL_NOT_BUILT
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment